const github.com/jackc/pgx/v5/pgconn.pipelineFlushRequest

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2216: 	pipelineFlushRequest
		pgconn.go#L2268: 	if req != pipelineFlushRequest {
		pgconn.go#L2271: 	if req == pipelineFlushRequest || req == pipelineSyncRequest {
		pgconn.go#L2463: 	p.state.PushBackRequestType(pipelineFlushRequest)
		pgconn.go#L2551: 	case pipelineFlushRequest: